PScroll(long x1, long y1);
Layout view only. The PScroll command works only in layout view.long x1;
x coordinate, relative to the current zero point, of the location to appear in the center of the publication window in twipslong y1;
y coordinate, relative to the current zero point, of the location to appear in the center of the publication window in twips
Example. The following example positions the specified point (4 inches to the right on the x axis and 1.3 inches down the y axis) in the center of the publication window.
PScroll(twips("4i"), twips("1.3i"));
Comments or suggestions? Contact Adobe Developer Support